projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8688b
)
gtk-demo: Don't overdraw the fishbowl
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 May 2020 23:21:00 +0000
(19:21 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 May 2020 23:21:00 +0000
(19:21 -0400)
Set overflow to hidden for the fishbowl widget, so the
blur buttons don't leak out into the window shadow.
demos/gtk-demo/fishbowl.ui
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/fishbowl.ui
b/demos/gtk-demo/fishbowl.ui
index 3805724437478804b16a7b6a16f3e0235e03f6d4..fcf5d38fa4f473a2770f80cd8bfa8c13babe9409 100644
(file)
--- a/
demos/gtk-demo/fishbowl.ui
+++ b/
demos/gtk-demo/fishbowl.ui
@@
-58,6
+58,7
@@
<child>
<object class="GtkFishbowl" id="bowl">
<property name="visible">True</property>
+ <property name="overflow">hidden</property>
<property name="animating">True</property>
<property name="benchmark" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean | sync-create"/>
</object>